type google.golang.org/protobuf/internal/impl.enumConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L371: type enumConverter struct {
convert.go#L383: return &enumConverter{goType, def}
convert.go#L386: func (c *enumConverter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L393: func (c *enumConverter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L397: func (c *enumConverter) IsValidPB(v protoreflect.Value) bool {
convert.go#L402: func (c *enumConverter) IsValidGo(v reflect.Value) bool {
convert.go#L406: func (c *enumConverter) New() protoreflect.Value {
convert.go#L410: func (c *enumConverter) Zero() protoreflect.Value {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)